//==============================================================================
// Scarab Blood Warning_anim.txt
//==============================================================================

//==============================================================================
define auraglow
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Enemy Scarab Blood Delay Ground Glow
        }
    }
}

//==============================================================================
define aura
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Scarab Blood Aura
        }
    }
}

//==============================================================================
define mark
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Danger Exclamation Scarab
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
				connect hotspot auraglow hotspot
				connect hotspot aura hotspot
				connect hotspot mark hotspot
            }
        }
    }
}
